projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bd11e
)
(nnkiboze-close-group): Should only be run from summary buffers.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 00:22:11 +0000
(
00:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 00:22:11 +0000
(
00:22
+0000)
lisp/nnkiboze.el
patch
|
blob
|
history
diff --git
a/lisp/nnkiboze.el
b/lisp/nnkiboze.el
index 8b2fc894da5c090a3fb283fe18b6144130b090a3..4260e5fc46fe582799716110f2747d01af955acc 100644
(file)
--- a/
lisp/nnkiboze.el
+++ b/
lisp/nnkiboze.el
@@
-147,7
+147,8
@@
If the stream is opened, return T, otherwise return NIL."
(defun nnkiboze-close-group (group &optional server)
(nnkiboze-possibly-change-newsgroups group)
;; Remove NOV lines of articles that are marked as read.
- (if (not (file-exists-p (nnkiboze-nov-file-name)))
+ (if (or (not (file-exists-p (nnkiboze-nov-file-name)))
+ (not (eq major-mode 'gnus-summary-mode)))
()
(save-excursion
(let ((unreads gnus-newsgroup-unreads)